func github.com/jackc/pgx/v5/pgconn.isAbsolutePath

3 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		config.go#L159: func isAbsolutePath(path string) bool {
		config.go#L178: 	if isAbsolutePath(host) {
		pgconn.go#L196: 		if isAbsolutePath(fb.Host) {